home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / Found / FWCommon / Include / FWCommon.h next >
Encoding:
Text File  |  1996-04-25  |  906 b   |  58 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWCommon.h
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWCOMMON_H
  11. #define FWCOMMON_H
  12.  
  13. #ifndef FWENVDEF_H
  14. #include "FWEnvDef.h"
  15. #endif
  16.  
  17. #ifndef FWERRORS_H
  18. #include "FWErrors.h"
  19. #endif
  20.  
  21. #ifndef FWPRIMEM_H
  22. #include "FWPriMem.h"
  23. #endif
  24.  
  25. #ifndef FWPRISTR_H
  26. #include "FWPriStr.h"
  27. #endif
  28.  
  29. #ifndef FWSTDDEF_H
  30. #include "FWStdDef.h"
  31. #endif
  32.  
  33. #ifndef FWTHRDGD_H
  34. #include "FWThrdGd.h"
  35. #endif
  36.  
  37. #ifndef SLPRIDEB_H
  38. #include "SLPriDeb.h"
  39. #endif
  40.  
  41. #ifndef SLPRIDEB_H
  42. #include "SLPriDeb.h"
  43. #endif
  44.  
  45. #ifndef SLPRIMEM_H
  46. #include "SLPriMem.h"
  47. #endif
  48.  
  49. #ifndef SLPRISTR_H
  50. #include "SLPriStr.h"
  51. #endif
  52.  
  53. #ifndef SLTHRDGD_H
  54. #include "SLThrdGd.h"
  55. #endif
  56.  
  57. #endif
  58.